home *** CD-ROM | disk | FTP | other *** search
- echo "WARNING! - this instalation will change your startup-sequence!"
- echo "If You are beginner user, better don't install ABoot :-)"
- echo ""
- ask "Shall I proceed the installation?"
- IF WARN
- echo "This installation must make changes in your sys:s directory."
- echo "If your default sys: device is not correctly setted, try later."
- echo ""
- ask "Shall I proceed the installation?"
- IF WARN
- echo ""
- echo "Welcome to ABoot instalation!"
- echo ""
- echo "Making all directories..."
- Makedir SYS:s/ABoot SYS:s/ABoot/ABootENV SYS:s/ABoot/ABootENV/sys SYS:s/aboot/SpecialENV SYS:s/aboot/SpecialENV/sys
- echo "Copying files..."
- Copy aboot sys:s/aboot ALL
- echo "Your old startup-sequence will be renamed to startup-sequence.old..."
- rename S:startup-sequence S:startup-sequence.old
- copy startup-sequence.new s:
- rename s:startup-sequence.new s:startup-sequence
- echo "To install abuilder, just copy ABuilder and ABuilder.guide to whereever You want"
- echo "Installation complete! Now reset your computer!"
- ELSE
- echo "User abort."
- ENDIF
- ELSE
- echo "User abort."
- ENDIF
-